CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / All Operations Resource Group / /projects/{projectId}/resources (Get)
In This Topic
    Get/projects/{projectId}/resources
    In This Topic
    Description
    returns a list of resources in a project that satisfy the filter criteria
    Parameters
    NameDescriptionData Type
    the id of the project to look instring
    number of records to skip for paginationinteger (int32)
    maximum number of records to returninteger (int32)
    provides a wild card string to filter resources by their ResourceID.string
    a wild card string to filter the resources list by description.string
    200 Response

    The response body is of type ResourcesGetResponse.

    The collection of resources that satisfy the query.

    Overview

    ResourcesGetResponse
    The results of the resources get query.
    Resources : Array[CimResource]
    An array of the resources that satify the query criteria.
    ResourceID : string
    The Id of resource.
    Description : string
    The desciption of the resource.
    EnableAlarmCounters : boolean
    set it to true to enable alarm counters for this resource.
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    project with the given id is not registered on the system
    See Also